=====================================================
 : Cernos
 : Barthez
    2.1:  SalaR, edit: iLGinciX Team
   : Neo
----------------------------------------------------------------------------------

 :

1.        DLE

2. index.php 

 :

require_once ROOT_DIR.'/engine/init.php';



include ROOT_DIR.'/engine/modules/siteinfo.php';


3.  index.php 

 :

$tpl->set('{vote}', $tpl->result['vote']);



$tpl->set('{siteinfo}',$siteinfo); 

4.      main.tpl  {siteinfo}


--------------------------------------------------

5. / templates/{THEME}/css/style.css ;


    :

#hintbox {
    text-align : left;
    width : 150px;
    font-size : 10px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 3px 5px;
    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}


--------------------------------------------------

6.    / templates/{THEME}/main.tpl;

: 

</head>


 :

<script src="engine/skins/default.js" type="text/javascript"></script>

----------------------------------------------------------

    2.0 by Hamer     2.1    1,5,6